Realm Storage Type
The various types that are used when storing the property values in the realm.
Parameters
kClass
the default Kotlin class used to represent values of the storage type.
Entries
TIMESTAMP
Link copied to clipboard
TIMESTAMP(RealmInstant::class)
Content copied to clipboard
Storage type for properties of type RealmInstant.
DECIMAL128
Link copied to clipboard
DECIMAL128(Decimal128::class)
Content copied to clipboard
Storage type for properties of type Decimal128.
OBJECT
Link copied to clipboard
OBJECT(BaseRealmObject::class)
Content copied to clipboard
Storage type for properties of type RealmObject or EmbeddedRealmObject.